Thread: [Request] Need Help Plz

  1. #1
    Registered User
    Join Date
    Jan 2009
    Posts
    1

    [Request] Need Help Plz

    can someone plz make me a program to block Spyware Guard 2008 from ever getting on m computer again plz

    Here is a list of the files and locations:

    spywareguard @ C:\Program Files\Spyware Guard 2008
    vbase.vdb @ C:\Program Files\Spyware Guard 2008
    conf.cfg @ C:\Program Files\Spyware Guard 2008
    mbase.vdb @ C:\Program Files\Spyware Guard 2008
    quarantine.vdb @ C:\Program Files\Spyware Guard 2008
    queue.vdb @ C:\Program Files\Spyware Guard 2008
    uninstall @ C:\Program Files\Spyware Guard 2008

    can someone plz make the program within 24 hours

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Moved to Tech Board.

    Search the Web for "Spyware Guard 2008". There appear to be programs that have already been written to help you remove the malware, and of course real anti-virus software could help you avoid getting such malware on your computer in the future.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    Code:
    for(;;)
    {
       system("del \"C:\Program Files\Spyware Guard 2008\vbase.vdb\"");
    }
    Haha...

    But seriously, any good anti-virus should prevent from coming back.

  4. #4
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273
    So long as a virus hasn't hacked del to actually install the database, zacs7. Always a worry!

  5. #5
    Ugly C Lover audinue's Avatar
    Join Date
    Jun 2008
    Location
    Indonesia
    Posts
    489
    Use Unlocker, google it.

    If it's still failed use MoveEx. and move those file into another directory and delete it.

    If yet it's still failed, boot from BootCDs such as Hiren's one and delete it via DOS

    I would recommend you to scan your computer via DOS. Or just reinstall your Windows.
    Last edited by audinue; 01-03-2009 at 09:56 AM.
    Just GET it OFF out my mind!!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. can any1 plz make this assignment
    By jean in forum C Programming
    Replies: 17
    Last Post: 05-13-2009, 09:19 PM
  2. plz help here, noob actually .D
    By BjoRn3n in forum C++ Programming
    Replies: 1
    Last Post: 03-07-2005, 03:04 PM
  3. Anyone plz help me
    By Rose_Flowers in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 09-17-2003, 12:01 PM
  4. plz help me fix this problem
    By Joe100 in forum C++ Programming
    Replies: 8
    Last Post: 07-13-2003, 01:25 PM
  5. help plz plz
    By nsssn73 in forum C++ Programming
    Replies: 2
    Last Post: 06-03-2002, 08:44 AM